[iPhone] Objective-C : Endless UIScrollView without pagingEnabled

Posted by Daniel on Stack Overflow See other posts from Stack Overflow or by Daniel
Published on 2010-04-29T08:30:11Z Indexed on 2010/05/02 23:08 UTC
Read the original article Hit count: 398

Hi folks!

In my iPhone app there is a scrollview (pagingEnabled=NO) which can contain up to 200 subviews (150 x 150) and the challenge is to do lazy loading and simulate endless scrolling (without bouncing) in horizontal directions.

Is there a solution or an alternative for this request?

Thanks a lot, Daniel

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about uiscrollview